GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-27T05:35:12.6481977+00:00",
"SubmitDate": "2026-01-27T05:35:12.6481977+00:00",
"ReportPeriodStart": "2026-01-27T05:35:12.6481977+00:00",
"ReportPeriodEnd": "2026-01-27T05:35:12.6481977+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2bd2a2bf-e04d-4b78-900f-96eb2f498db2",
"Rows": [
{
"ItemId": "c4ac10b2-1714-4098-8fb4-e636239c1dc1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c4ac10b2-1714-4098-8fb4-e636239c1dc1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2bd2a2bf-e04d-4b78-900f-96eb2f498db2",
"Rows": [
{
"ItemId": "c4ac10b2-1714-4098-8fb4-e636239c1dc1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c4ac10b2-1714-4098-8fb4-e636239c1dc1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c0dddb37-7b1a-4486-81c5-3e8583f37a9a",
"1e78dfae-a495-46f1-9d79-92f9b740c078"
],
"Approvers": [
"2c8244ca-f674-4dba-847f-2576845ed15e",
"fdb97ec6-357a-4cf0-a887-c835b67cb3b6"
],
"ApprovedBy": "dddb6351-fd54-41b0-ad71-87397bd96cca",
"ApprovalDate": "2026-01-27T05:35:12.6481977+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "55ea0fff-7ad0-416c-b596-a3e78e387778",
"id": "f0eceaff-0069-42ad-aec1-b0915015524a",
"ConfigId": "65991959-462b-4863-b586-fae0ea0d8d66"
},
{
"GenerationDate": "2026-01-27T05:35:12.6481977+00:00",
"SubmitDate": "2026-01-27T05:35:12.6481977+00:00",
"ReportPeriodStart": "2026-01-27T05:35:12.6481977+00:00",
"ReportPeriodEnd": "2026-01-27T05:35:12.6481977+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2bd2a2bf-e04d-4b78-900f-96eb2f498db2",
"Rows": [
{
"ItemId": "c4ac10b2-1714-4098-8fb4-e636239c1dc1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c4ac10b2-1714-4098-8fb4-e636239c1dc1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2bd2a2bf-e04d-4b78-900f-96eb2f498db2",
"Rows": [
{
"ItemId": "c4ac10b2-1714-4098-8fb4-e636239c1dc1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c4ac10b2-1714-4098-8fb4-e636239c1dc1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c0dddb37-7b1a-4486-81c5-3e8583f37a9a",
"1e78dfae-a495-46f1-9d79-92f9b740c078"
],
"Approvers": [
"2c8244ca-f674-4dba-847f-2576845ed15e",
"fdb97ec6-357a-4cf0-a887-c835b67cb3b6"
],
"ApprovedBy": "dddb6351-fd54-41b0-ad71-87397bd96cca",
"ApprovalDate": "2026-01-27T05:35:12.6481977+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "55ea0fff-7ad0-416c-b596-a3e78e387778",
"id": "f0eceaff-0069-42ad-aec1-b0915015524a",
"ConfigId": "65991959-462b-4863-b586-fae0ea0d8d66"
}
]